home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / d2a140.zip / DIR2ASC.DOC next >
Text File  |  1995-03-04  |  5KB  |  139 lines

  1.                                                              
  2.  
  3.  --------------------------------------- 
  4. | Dir.Lst ─ Ascii v1.4                |
  5. | Copyright (c) 1995 TSC Software, Inc. |
  6. | Released as freeware                  |
  7.  --------------------------------------- 
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14. License for Use
  15. ---------------
  16.  
  17. TSC Software grants a nonexclusive license to use Dir.Lst ─ Ascii. TSC
  18. Software shall have the right to terminate this license if purchaser
  19. violates any of its provisions.  Purchaser agrees that the software products
  20. and accompanying materials are the property of TSC Software and that TSC
  21. Software shall maintain title to and ownership of the software products at
  22. all times.  TSC Software makes no warranties of any kind, expressed or
  23. implied, with respect to the quality, performance, accuracy, or fitness of
  24. Dir.Lst ─ Ascii.  TSC Software assumes no responsibility for any decisions
  25. made or actions taken on the part of the purchaser because of the use of
  26. Dir.Lst ─ Ascii.  In no event shall TSC Software, or any of its
  27. representatives, be liable for any loss of profit or damage arising from the
  28. use or inability to use Dir.Lst ─ Ascii even if TSC Software or an authorized
  29. agent of TSC Software has been advised of the possibility of damage.
  30.  
  31.  
  32.  
  33. Registering Dir.Lst ─ Ascii
  34. -----------------------------
  35.  
  36. Dir.Lst ─ Ascii is free software.  This program did require time to create.
  37. If you'd like to send a donation of $5.00 or so, send them to the address
  38. listed in at the end of this document.
  39.  
  40.  
  41.  
  42. What Is Dir.Lst ─ Ascii
  43. -------------------------
  44.  
  45. Dir.Lst ─ Ascii is a program that will allow you to take a PCBoard DIR.LST
  46. file and convert to to straight ascii so it can be edited with any standard
  47. ascii editor.  It will then take the file and convert it back to the DIR.LST
  48. format.
  49.  
  50.  
  51.  
  52. Setting Up PCBoard News Editor
  53. ------------------------------
  54.  
  55. There is no configuration file.  There are three command line arguments that
  56. must be specified in order for the program to run.  They are:
  57.  
  58.         -C:     This parameter tills the program which type of conversion
  59.                 you wish to make.
  60.                         1 - Convert Dir.Lst ─ Ascii
  61.                         2 - Convert Ascii ─ Dir.Lst
  62.         
  63.         -D:     The name of the DIR.LST file to use, including full pathname.
  64.  
  65.         -A:     The name of the Ascii file to use, including full pathname.
  66.  
  67.  
  68.         Example Command Syntax:
  69.  
  70.                 DIR2ASC -C:1 -D:DIR.LST -A:DIR.ASC
  71.  
  72. This will take the DIR.LST file in the current directory and convert it into
  73. the file DIR.ASC to be edited.
  74.  
  75.  
  76.  
  77. Editing the Ascii File
  78. ----------------------               
  79.  
  80. The converted file will be in the following format:
  81.  
  82.         F:\BBS\GEN\DIR1               ,F:\BBS\DL01\                  ,_
  83.         Files For All Callers              ,1
  84.  
  85. That info stands for:    DIR Path, Disk Path, Desc, Sort Type.
  86.  
  87.  
  88. The first field, DIR Path, can be up to 30 characters in length and contains
  89. the path and filename of the DIR file.  This file contains the file desc.
  90. information for that particular file directory.  
  91.  
  92. The second field, Disk Path, can hold up to 30 characters also and contains
  93. the path of the files that are available in the DIR file.
  94.  
  95. The third field, Desc, can be up to 35 characters in length and 
  96. contains the description for the files.
  97.  
  98. The last field , Sort Type, contains information on how you want the DIR
  99. file displayed:
  100.         0 - no sort
  101.         1 - Sort by File Name (ascending)
  102.         2 - Sort by File Date (ascending)
  103.         3 - Sort by File Name (descending)
  104.         4 - Sort by File Date (descending)
  105.  
  106. Be sure to have the fields separated by a commas.  The whole entire should be
  107. no more than 99 characters long.  
  108.  
  109. NOTE:  The commas must be in located in columns 31, 62, and 98!
  110.  
  111. And that's it!
  112.  
  113.  
  114.  
  115. Support
  116. -------               
  117.  
  118. Although I've tried to explain the exact workings of this program, I'm not
  119. exactly the world's best at explaining things.  You can send messages to me
  120. as Mike Liddekee on Salt Air or on the Internet at michaell@asms3.k12.ar.us
  121. If you wish to reach me via SnailMail, the address is:
  122.  
  123.         TSC Software
  124.         100 Whittington Ave.
  125.         Hot Springs, AR  71901
  126.  
  127.         501-622-5222   TSC Software voice support
  128.                 Hours: 3:00 p.m. to 10:30 p.m. (CST), MONDAY through FRIDAY.
  129.  
  130. TSC Software doesn't have a support BBS available but as soon as one is
  131. available, an updated version with the info will be made available on Salt Air.
  132.  
  133.  
  134.  
  135. History information
  136. -------------------
  137.  
  138. See the HISTORY file for all current history information.
  139.